Method GetLeaves<TProps>(ITreeRedbObject<TProps>)

Assembly: redb.Core.dll

Gets all leaf nodes of typed tree.

public static IEnumerable<ITreeRedbObject<TProps>> GetLeaves<TProps>(this ITreeRedbObject<TProps> root) where TProps : class, new()